From: LLVM Packaging Team Date: Wed, 30 Nov 2022 14:31:52 +0000 (+0000) Subject: bolt-disable-emit-relocs X-Git-Tag: archive/raspbian/1%15.0.6-4+rpi1^2^2^2~6 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=a9c9105c524c02419661b3e14af0e71023ed3d62;p=llvm-toolchain-15.git bolt-disable-emit-relocs =================================================================== Gbp-Pq: Name bolt-disable-emit-relocs.patch --- diff --git a/bolt/tools/merge-fdata/CMakeLists.txt b/bolt/tools/merge-fdata/CMakeLists.txt index 4bd2b522b8..ca1d57a559 100644 --- a/bolt/tools/merge-fdata/CMakeLists.txt +++ b/bolt/tools/merge-fdata/CMakeLists.txt @@ -11,6 +11,6 @@ add_bolt_tool(merge-fdata set_target_properties(merge-fdata PROPERTIES FOLDER "BOLT") # Emit relocations for BOLT meta test (bolt/test/runtime/meta-merge-fdata.test) -if (BOLT_INCLUDE_TESTS AND UNIX AND NOT APPLE) - target_link_options(merge-fdata PRIVATE LINKER:--emit-relocs) -endif() +# if (BOLT_INCLUDE_TESTS AND UNIX AND NOT APPLE) +# target_link_options(merge-fdata PRIVATE LINKER:--emit-relocs) +# endif()